ParagraphAdd(String) Method
Adds a string object to the content. Tabs, line breaks and runs of
multiple spaces are encoded as the corresponding ODF elements
(<text:tab/>, <text:line-break/>, <text:s/>) so the
whitespace survives the white-space collapsing that OpenDocument
consumers apply to plain character data.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public void Add(
string text
)
Public Sub Add (
text As String
)
- text String